@charset "utf-8";
/* CSS Document */

body {
	font:"Times New Roman", Times, serif;
	font-size:12pt;
	
	}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

ol>li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.sectionHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
a {
	text-decoration: none;
	color: #000000;
}

.sectionHead a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
}
